[INFO] fetching crate afe4404 0.2.4...
[INFO] testing afe4404-0.2.4 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate afe4404 0.2.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate afe4404 0.2.4
[INFO] finished tweaking crates.io crate afe4404 0.2.4
[INFO] tweaked toml for crates.io crate afe4404 0.2.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate afe4404 0.2.4 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] [stderr]       Adding codegen v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding modular-bitfield v0.11.2 (available: v0.13.1)
[INFO] [stderr]       Adding spin v0.9.8 (available: v0.12.0)
[INFO] [stderr]       Adding uom v0.33.0 (available: v0.38.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b855f41ec0aa047d33da3e50ecf1cceb4519ab81fbafb3ddd0b315defd0b7771
[INFO] running `Command { std: "docker" "start" "-a" "b855f41ec0aa047d33da3e50ecf1cceb4519ab81fbafb3ddd0b315defd0b7771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b855f41ec0aa047d33da3e50ecf1cceb4519ab81fbafb3ddd0b315defd0b7771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b855f41ec0aa047d33da3e50ecf1cceb4519ab81fbafb3ddd0b315defd0b7771", kill_on_drop: false }`
[INFO] [stdout] b855f41ec0aa047d33da3e50ecf1cceb4519ab81fbafb3ddd0b315defd0b7771
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3bb8995172af22607fe41d99cdf33b2f8ce3d55c3318d063ea5f43100b6451a
[INFO] running `Command { std: "docker" "start" "-a" "c3bb8995172af22607fe41d99cdf33b2f8ce3d55c3318d063ea5f43100b6451a", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling thiserror-impl-no-std v2.0.2
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]    Compiling uom v0.33.0
[INFO] [stderr]    Compiling codegen v0.2.0
[INFO] [stderr]    Compiling thiserror-no-std v2.0.2
[INFO] [stderr]    Compiling modular-bitfield v0.11.2
[INFO] [stderr]    Compiling afe4404 v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.55s
[INFO] running `Command { std: "docker" "inspect" "c3bb8995172af22607fe41d99cdf33b2f8ce3d55c3318d063ea5f43100b6451a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3bb8995172af22607fe41d99cdf33b2f8ce3d55c3318d063ea5f43100b6451a", kill_on_drop: false }`
[INFO] [stdout] c3bb8995172af22607fe41d99cdf33b2f8ce3d55c3318d063ea5f43100b6451a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a774b65614fcf13761921c60e1100658f9279d05657b060a8f2c07681ff57854
[INFO] running `Command { std: "docker" "start" "-a" "a774b65614fcf13761921c60e1100658f9279d05657b060a8f2c07681ff57854", kill_on_drop: false }`
[INFO] [stderr]    Compiling afe4404 v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.27s
[INFO] running `Command { std: "docker" "inspect" "a774b65614fcf13761921c60e1100658f9279d05657b060a8f2c07681ff57854", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a774b65614fcf13761921c60e1100658f9279d05657b060a8f2c07681ff57854", kill_on_drop: false }`
[INFO] [stdout] a774b65614fcf13761921c60e1100658f9279d05657b060a8f2c07681ff57854
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf95654be73ccad96e65ed9d29a9a55751e5b37e199826de7dbb389894044183
[INFO] running `Command { std: "docker" "start" "-a" "bf95654be73ccad96e65ed9d29a9a55751e5b37e199826de7dbb389894044183", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/afe4404-9d3e90433fe3b35b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests afe4404
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 65) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 46) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 28) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 57) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 34) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 65) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `frontend` in this scope
[INFO] [stdout]   --> src/lib.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | let sample = frontend.read();
[INFO] [stdout]    |              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 46) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `frontend` in this scope
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | frontend
[INFO] [stdout]    | ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ResistorConfiguration` in this scope
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     .set_tia_resistors(&ResistorConfiguration::<ThreeLedsMode>::new(
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ResistorConfiguration`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 46 + use afe4404::tia::ResistorConfiguration;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ThreeLedsMode` in this scope
[INFO] [stdout]   --> src/lib.rs:48:49
[INFO] [stdout]    |
[INFO] [stdout] 48 |     .set_tia_resistors(&ResistorConfiguration::<ThreeLedsMode>::new(
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 46 + use afe4404::modes::ThreeLedsMode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ElectricalResistance` in this scope
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         ElectricalResistance::new::<kiloohm>(250.0),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ElectricalResistance`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::electrical_resistance::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::f32::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::f64::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::quantities::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kiloohm` in this scope
[INFO] [stdout]   --> src/lib.rs:49:37
[INFO] [stdout]    |
[INFO] [stdout] 49 |         ElectricalResistance::new::<kiloohm>(250.0),
[INFO] [stdout]    |                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::electrical_resistance::kiloohm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ElectricalResistance` in this scope
[INFO] [stdout]   --> src/lib.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         ElectricalResistance::new::<kiloohm>(100.0),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ElectricalResistance`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::electrical_resistance::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::f32::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::f64::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::quantities::ElectricalResistance;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `kiloohm` in this scope
[INFO] [stdout]   --> src/lib.rs:50:37
[INFO] [stdout]    |
[INFO] [stdout] 50 |         ElectricalResistance::new::<kiloohm>(100.0),
[INFO] [stdout]    |                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 46 + use uom::si::electrical_resistance::kiloohm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 28) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `AFE4404` in this scope
[INFO] [stdout]   --> src/lib.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 | let mut frontend = AFE4404::with_three_leds(i2c, 0x58u8, Frequency::new::<megahertz>(4.0));
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `AFE4404`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 28 + use afe4404::device::AFE4404;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i2c` in this scope
[INFO] [stdout]   --> src/lib.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 | let mut frontend = AFE4404::with_three_leds(i2c, 0x58u8, Frequency::new::<megahertz>(4.0));
[INFO] [stdout]    |                                             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Frequency` in this scope
[INFO] [stdout]   --> src/lib.rs:29:58
[INFO] [stdout]    |
[INFO] [stdout] 29 | let mut frontend = AFE4404::with_three_leds(i2c, 0x58u8, Frequency::new::<megahertz>(4.0));
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of undeclared type `Frequency`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 28 + use uom::si::f32::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 28 + use uom::si::f64::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 28 + use uom::si::frequency::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 28 + use uom::si::quantities::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `megahertz` in this scope
[INFO] [stdout]   --> src/lib.rs:29:75
[INFO] [stdout]    |
[INFO] [stdout] 29 | let mut frontend = AFE4404::with_three_leds(i2c, 0x58u8, Frequency::new::<megahertz>(4.0));
[INFO] [stdout]    |                                                                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 28 + use uom::si::frequency::megahertz;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 57) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `frontend` in this scope
[INFO] [stdout]   --> src/lib.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | frontend
[INFO] [stdout]    | ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ClockConfiguration` in this scope
[INFO] [stdout]   --> src/lib.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |     .set_clock_source(ClockConfiguration::Internal)
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^ use of undeclared type `ClockConfiguration`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 57 + use afe4404::clock::ClockConfiguration;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 34) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `frontend` in this scope
[INFO] [stdout]   --> src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | frontend
[INFO] [stdout]    | ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `LedCurrentConfiguration` in this scope
[INFO] [stdout]   --> src/lib.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     .set_leds_current(&LedCurrentConfiguration::<ThreeLedsMode>::new(
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `LedCurrentConfiguration`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use afe4404::led_current::LedCurrentConfiguration;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ThreeLedsMode` in this scope
[INFO] [stdout]   --> src/lib.rs:36:50
[INFO] [stdout]    |
[INFO] [stdout] 36 |     .set_leds_current(&LedCurrentConfiguration::<ThreeLedsMode>::new(
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use afe4404::modes::ThreeLedsMode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ElectricCurrent` in this scope
[INFO] [stdout]   --> src/lib.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         ElectricCurrent::new::<milliampere>(60.0),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ use of undeclared type `ElectricCurrent`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f32::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f64::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::quantities::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `milliampere` in this scope
[INFO] [stdout]   --> src/lib.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |         ElectricCurrent::new::<milliampere>(60.0),
[INFO] [stdout]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::milliampere;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ElectricCurrent` in this scope
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         ElectricCurrent::new::<milliampere>(10.0),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ use of undeclared type `ElectricCurrent`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f32::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f64::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::quantities::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `milliampere` in this scope
[INFO] [stdout]   --> src/lib.rs:38:32
[INFO] [stdout]    |
[INFO] [stdout] 38 |         ElectricCurrent::new::<milliampere>(10.0),
[INFO] [stdout]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::milliampere;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ElectricCurrent` in this scope
[INFO] [stdout]   --> src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         ElectricCurrent::new::<milliampere>(10.0),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ use of undeclared type `ElectricCurrent`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these type aliases
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f32::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::f64::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::quantities::ElectricCurrent;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `milliampere` in this scope
[INFO] [stdout]   --> src/lib.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         ElectricCurrent::new::<milliampere>(10.0),
[INFO] [stdout]    |                                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use uom::si::electric_current::milliampere;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 28)
[INFO] [stdout]     src/lib.rs - (line 34)
[INFO] [stdout]     src/lib.rs - (line 46)
[INFO] [stdout]     src/lib.rs - (line 57)
[INFO] [stdout]     src/lib.rs - (line 65)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bf95654be73ccad96e65ed9d29a9a55751e5b37e199826de7dbb389894044183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf95654be73ccad96e65ed9d29a9a55751e5b37e199826de7dbb389894044183", kill_on_drop: false }`
[INFO] [stdout] bf95654be73ccad96e65ed9d29a9a55751e5b37e199826de7dbb389894044183
